home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 1.iso / mac / Menu.DIR / 00018.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  207 b   |  10 lines

  1. on mouseUp
  2.   set SpNum to the clickOn
  3.   sound_play("CLICK.AIF")
  4.   updateStage()
  5.   put SpNum - 9 into field "PhotoGRP_T"
  6.   put 1 into field "PhotoCUR_T"
  7.   put "P_BRO" into field "JumpName_T"
  8.   go("Jump")
  9. end
  10.